FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package accdr.fhir.ig.pkg#0.9.0-alpha-0.9.23 (109 ms)

Package accdr.fhir.ig.pkg
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=accdr.fhir.ig.pkg@0.9.0-alpha-0.9.23&canonical=http://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-profile-PatientAddress
Url http://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-profile-PatientAddress
Status draft
Date 2023-07-10T16:12:35.8333982+00:00
Name PatientAddress
Experimental False
Type Address
Kind complex-type

Resources that use this resource

StructureDefinition
http://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-profile-Patient CDRPatient

Resources that this resource uses

ValueSet
http://ehealthontario.ca/fhir/ValueSet/province-state-code ProvinceStateCode
http://ehealthontario.ca/fhir/ValueSet/country-code CountryCode


Source

{
  "resourceType" : "StructureDefinition",
  "url" : "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-profile-PatientAddress",
  "name" : "PatientAddress",
  "status" : "draft",
  "date" : "2023-07-10T16:12:35.8333982+00:00",
  "fhirVersion" : "4.0.1",
  "kind" : "complex-type",
  "abstract" : false,
  "type" : "Address",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Address",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Address.use",
        "path" : "Address.use",
        "mustSupport" : true
      },
      {
        "id" : "Address.type",
        "path" : "Address.type",
        "mustSupport" : true
      },
      {
        "id" : "Address.line",
        "path" : "Address.line",
        "mustSupport" : true
      },
      {
        "id" : "Address.city",
        "path" : "Address.city",
        "mustSupport" : true
      },
      {
        "id" : "Address.state",
        "path" : "Address.state",
        "mustSupport" : true,
        "binding" : {
          "strength" : "extensible",
          "description" : "Codes for provinces, states and territories supported by acCDR",
          "valueSet" : "http://ehealthontario.ca/fhir/ValueSet/province-state-code"
        }
      },
      {
        "id" : "Address.postalCode",
        "path" : "Address.postalCode",
        "mustSupport" : true
      },
      {
        "id" : "Address.country",
        "path" : "Address.country",
        "mustSupport" : true,
        "binding" : {
          "strength" : "extensible",
          "description" : "3-character ISO country codes for use in addresses",
          "valueSet" : "http://ehealthontario.ca/fhir/ValueSet/country-code"
        }
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.